Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
NumberPool Class Reference

NumberPool contains pools of numbers for activities. More...

Inheritance diagram for NumberPool:
Pool

Public Member Functions

int getStart ()
 Returns the starting number in the range. More...
 
int getEnd ()
 Returns the ending number in the range. More...
 
- Public Member Functions inherited from Pool
QString name ()
 Returns the name of the pool. More...
 
QString getElementToString (int)
 Returns the element in the pool at the specified index. More...
 
bool isInPool (QString)
 Returns true if the specified value is in the pool, otherwise false. More...
 

Detailed Description

NumberPool contains pools of numbers for activities.

Member Function Documentation

◆ getEnd()

int NumberPool::getEnd ( )

Returns the ending number in the range.

Returns
int, the ending number in the range.

◆ getStart()

int NumberPool::getStart ( )

Returns the starting number in the range.

Returns
int, the starting number in the range.

The documentation for this class was generated from the following file: